home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Texteditors
/
BED
/
Rexx
/
SASC
/
Compile.bed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-27
|
221 b
|
15 lines
/*
** $VER: Compile.bed 1.0 (14.01.96)
**
** Invoke the SAS C Compiler
*/
OPTIONS RESULTS
GetFilePath PATH
path = RESULT
GetFilePath FILE
ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'